home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
moni
/
Scout-src.lha
/
netinclude
/
arpa
/
inet.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-09-16
|
554b
|
27 lines
#ifndef ARPA_INET_H
#define ARPA_INET_H \
"$Id: inet.h,v 1.1.1.1 2001/11/26 22:21:15 tboeckel Exp $"
/*
* Inet Library Functions
*
* Copyright © 1994 AmiTCP/IP Group,
* Network Solutions Development, Inc.
* All rights reserved.
*/
#ifndef KERNEL
#ifndef NETINET_IN_H
#include <netinet/in.h>
#endif
/*
* Include socket protos/inlines/pragmas
*/
#if !defined(BSDSOCKET_H) && !defined(CLIB_SOCKET_PROTOS_H)
#include <bsdsocket.h>
#endif
#endif /* !KERNEL */
#endif /* ARPA_INET_H */